home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 6.1.B.dxr / Internal_10_-terug vis.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  104 b   |  12 lines

  1. on mouseUp me
  2.   go("visserijfoto")
  3. end
  4.  
  5. on mouseEnter
  6.   cursor(280)
  7. end
  8.  
  9. on mouseLeave
  10.   cursor(-1)
  11. end
  12.